EMRSELECTCOLORSPACE, EMRDELETECOLORSPACE  1OVK4H4 

The EMRSELECTCOLORSPACE and EMRDELETECOLORSPACE structures contain members for the SelectColorSpace and DeleteColorSpace enhanced metafile records.

typedef struct tagEMRSELECTCOLORSPACE

    EMR     emr;

    DWORD   ihCS;

} EMRSELECTCOLORSPACE, *PEMRSELECTCOLORSPACE,
  EMRDELETECOLORSPACE, *PEMRDELETECOLORSPACE;

 

Members

emr

Base structure for all record types.

ihCS

Color space handle index.

 

See Also

DeleteColorSpace79A12I